gtk/gtkentry.c: Fix build on pre-C99
authorChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 15 Feb 2016 09:22:00 +0000 (17:22 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 15 Feb 2016 09:22:00 +0000 (17:22 +0800)
commit0e9f24b5a47dff33c681b055df304bda3018c7f1
tree0d81d5c6a70e3858c2e9880b89bfb60e93d7cb7c
parentf3f3a1c75077f0f1a616dcac6fea63c20cc6ce26
gtk/gtkentry.c: Fix build on pre-C99

This file now uses nearbyint(), so include fallback-c89.c so that
compilers that don't provide the function will not get upset.
gtk/gtkentry.c